*,
:before,
:after {
    box-sizing: border-box
}

html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15
}

body {
    margin: 0
}

hr {
    height: 0;
    color: inherit
}

abbr[title] {
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

:-moz-focusring {
    outline: 1px dotted ButtonText
}

:-moz-ui-invalid {
    box-shadow: none
}

:focus {
    outline: 1px solid #0000000d
}

legend {
    padding: 0
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0
}

button {
    background-color: #0000;
    background-image: none
}

button:focus {
    outline: 0
}

fieldset {
    margin: 0;
    padding: 0
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

html {
    line-height: 1.5
}

body {
    font-family: inherit;
    line-height: inherit
}

hr {
    border-top-width: 1px
}

textarea {
    resize: vertical
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: #9ca3af
}

button,
[role=button] {
    cursor: pointer
}

table {
    border-collapse: collapse
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit
}

a {
    color: inherit;
    cursor: pointer;
    text-decoration: inherit
}
.bttama{
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px 30px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-outline-primary2{
    border: 1px solid #94bc2f;
    background-color: transparent;
    color: #94bc2f;
    font-family: Overpass, sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #94bc2f;
}
a.btn-default.btn-cita-online2 {
    font-size: 14px;
    vertical-align: bottom;
    background-color: #94bc2f;
    border-color: #94bc2f;
    color: #fff;
        display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px 30px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
button,
input,
optgroup,
select,
textarea {
    line-height: inherit;
    color: inherit;
    padding: 0
}

pre,
code,
kbd,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    vertical-align: middle;

}
 /* display: block;*/
img,
video {
    max-width: 100%;
    height: auto
}

:root {
    --screen-sm: 1173.98px;
    --screen-lg: 1174px
}

.grid {
    align-content: stretch;
    gap: 0;
    display: grid
}

.grid:not(.nowrap) {
    width: 100%;
    grid-template-rows: auto;
    grid-template-columns: repeat(12, 1fr);
    justify-content: stretch;
    justify-items: stretch
}

.grid--gutter-md {
    gap: 1rem
}

.grid.nowrap {
    grid-auto-flow: column;
    overflow: auto
}

@media screen and (max-width:1173.98px) {
    .grid.nowrap-sm {
        grid-auto-flow: column;
        overflow: auto
    }
}

@media screen and (min-width:1174px) {
    .grid.nowrap-lg {
        grid-auto-flow: column;
        overflow: auto
    }
}

.g-col {
    min-height: 1px;
    position: relative
}

@media screen and (max-width:1173.98px) {
    .g-col-sm-1 {
        grid-column: span 1
    }

    .g-col-sm-2 {
        grid-column: span 2
    }

    .g-col-sm-3 {
        grid-column: span 3
    }

    .g-col-sm-4 {
        grid-column: span 4
    }

    .g-col-sm-5 {
        grid-column: span 5
    }

    .g-col-sm-6 {
        grid-column: span 6
    }

    .g-col-sm-7 {
        grid-column: span 7
    }

    .g-col-sm-8 {
        grid-column: span 8
    }

    .g-col-sm-9 {
        grid-column: span 9
    }

    .g-col-sm-10 {
        grid-column: span 10
    }

    .g-col-sm-11 {
        grid-column: span 11
    }

    .g-col-sm-12 {
        grid-column: span 12
    }
}

@media screen and (min-width:1174px) {
    .g-col-lg-1 {
        grid-column: span 1
    }

    .g-col-lg-2 {
        grid-column: span 2
    }

    .g-col-lg-3 {
        grid-column: span 3
    }

    .g-col-lg-4 {
        grid-column: span 4
    }

    .g-col-lg-5 {
        grid-column: span 5
    }

    .g-col-lg-6 {
        grid-column: span 6
    }

    .g-col-lg-7 {
        grid-column: span 7
    }

    .g-col-lg-8 {
        grid-column: span 8
    }

    .g-col-lg-9 {
        grid-column: span 9
    }

    .g-col-lg-10 {
        grid-column: span 10
    }

    .g-col-lg-11 {
        grid-column: span 11
    }

    .g-col-lg-12 {
        grid-column: span 12
    }
}

.g-col-30 {
    width: 30vw
}

.slider .g-col-30:last-of-type {
    width: calc(30vw + 1rem);
    padding-right: 1rem
}

.g-col-40 {
    width: 40vw
}

.slider .g-col-40:last-of-type {
    width: calc(40vw + 1rem);
    padding-right: 1rem
}

.g-col-55 {
    width: 55vw
}

.slider .g-col-55:last-of-type {
    width: calc(55vw + 1rem);
    padding-right: 1rem
}

.g-col-max-200 {
    max-width: 200px
}

.slider .g-col-max-200:last-of-type {
    max-width: calc(200px + 1rem)
}

.g-col-max-250 {
    max-width: 250px
}

.slider .g-col-max-250:last-of-type {
    max-width: calc(250px + 1rem)
}

.gap-xxs {
    gap: 2px
}

@media screen and (max-width:1173.98px) {
    .gap-xxs-sm {
        gap: 2px
    }
}

@media screen and (min-width:1174px) {
    .gap-xxs-lg {
        gap: 2px
    }
}

.gap-xs {
    gap: 4px
}

.gap-sm {
    gap: 8px
}

.gap-md {
    gap: 12px
}

.gap-lg {
    gap: 16px
}

@media screen and (max-width:1173.98px) {
    .gap-lg-sm {
        gap: 16px
    }
}

@media screen and (min-width:1174px) {
    .gap-lg-lg {
        gap: 16px
    }
}

.gap-xl {
    gap: 20px
}

.container {
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 14px;
    padding-right: 14px
}

@media screen and (min-width:1174px) {
    .container {
        max-width: 1214px;
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (max-width:1173.98px) {
    .container-sm {
        max-width: 100%;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 14px;
        padding-right: 14px
    }
}

@media screen and (max-width:1173.98px) and (min-width:1174px) {
    .container-sm {
        max-width: 1214px;
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (min-width:1174px) {
    .container-lg {
        max-width: 100%;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 14px;
        padding-right: 14px
    }
}

@media screen and (min-width:1174px) and (min-width:1174px) {
    .container-lg {
        max-width: 1214px;
        padding-left: 20px;
        padding-right: 20px
    }
}

.container-form {
    max-width: 776px
}

.wrapper {
    max-width: 1174px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

:root {
    --color-primary: #94bc2f;
    --color-primary-dark: #40493a;
    --color-primary-light: #a5d037;
    --color-secondary: #ffffff;
    --color-secondary-dark: #3b0761;
    --color-secondary-light: #a5d037;
    --color-dark: #000;
    --color-light: #fff;
    --color-success-100: #cafdce;
    --color-success-200: #97fca8;
    --color-success-300: #62f689;
    --color-success-400: #3bec7c;
    --color-success-500: #00e169;
    --color-success-600: #00c16d;
    --color-success-700: #00a26b;
    --color-success-800: #008264;
    --color-success-900: #006c5d;
    --color-info-100: #d2e4fd;
    --color-info-200: #a5c7fc;
    --color-info-300: #6fcdff;
    --color-info-400: #5588f1;
    --color-info-500: #205ce8;
    --color-info-600: #1746c7;
    --color-info-700: #1034a7;
    --color-info-800: #0a2386;
    --color-info-900: #06186f;
    --color-danger-100: #ffe7d7;
    --color-danger-200: #ffcaaf;
    --color-danger-300: #ffa687;
    --color-danger-400: #ff8469;
    --color-danger-500: #ff4b38;
    --color-danger-600: #db2b28;
    --color-danger-700: #b71c26;
    --color-danger-800: #931125;
    --color-danger-900: #7a0a24;
    --color-neutral-100: #fcfbfa;
    --color-neutral-200: #f5f5f5;
    --color-neutral-300: #e0e0e0;
    --color-neutral-400: #bcbcbc;
    --color-neutral-500: #898989;
    --color-neutral-600: #707070;
    --color-neutral-700: #4a4b4c;
    --color-neutral-800: #35353b;
    --color-neutral-900: #151517;
    color: var(--color-neutral-600)
}

.bg-primary {
    background-color: var(--color-primary)
}

.bg-primary-dark {
    background-color: var(--color-primary-dark)
}

.bg-secondary {
    background-color: var(--color-secondary)
}

.bg-secondary-dark {
    background-color: var(--color-secondary-dark)
}

.bg-dark {
    background-color: var(--color-dark)
}

.bg-light {
    background-color: var(--color-light)
}

@media screen and (max-width:1173.98px) {
    .bg-light-sm {
        background-color: var(--color-light)
    }
}

@media screen and (min-width:1174px) {
    .bg-light-lg {
        background-color: var(--color-light)
    }
}

.bg-success-100 {
    background-color: var(--color-success-100)
}

.bg-success-200 {
    background-color: var(--color-success-200)
}

.bg-success-300 {
    background-color: var(--color-success-300)
}

.bg-success-400 {
    background-color: var(--color-success-400)
}

.bg-success-500 {
    background-color: var(--color-success-500)
}

.bg-success-600 {
    background-color: var(--color-success-600)
}

.bg-success-700 {
    background-color: var(--color-success-700)
}

.bg-success-800 {
    background-color: var(--color-success-800)
}

.bg-success-900 {
    background-color: var(--color-success-900)
}

.bg-info-100 {
    background-color: var(--color-info-100)
}

.bg-info-200 {
    background-color: var(--color-info-200)
}

.bg-info-300 {
    background-color: var(--color-info-300)
}

.bg-info-400 {
    background-color: var(--color-info-400)
}

.bg-info-500 {
    background-color: var(--color-info-500)
}

.bg-info-600 {
    background-color: var(--color-info-600)
}

.bg-info-700 {
    background-color: var(--color-info-700)
}

.bg-info-800 {
    background-color: var(--color-info-800)
}

.bg-info-900 {
    background-color: var(--color-info-900)
}

.bg-danger-100 {
    background-color: var(--color-danger-100)
}

.bg-danger-200 {
    background-color: var(--color-danger-200)
}

.bg-danger-300 {
    background-color: var(--color-danger-300)
}

.bg-danger-400 {
    background-color: var(--color-danger-400)
}

.bg-danger-500 {
    background-color: var(--color-danger-500)
}

.bg-danger-600 {
    background-color: var(--color-danger-600)
}

.bg-danger-700 {
    background-color: var(--color-danger-700)
}

.bg-danger-800 {
    background-color: var(--color-danger-800)
}

.bg-danger-900 {
    background-color: var(--color-danger-900)
}

.bg-neutral-100 {
    background-color: var(--color-neutral-100)
}

.bg-neutral-200 {
    background-color: var(--color-neutral-200)
}

.bg-neutral-300 {
    background-color: var(--color-neutral-300)
}

.bg-neutral-400 {
    background-color: var(--color-neutral-400)
}

.bg-neutral-500 {
    background-color: var(--color-neutral-500)
}

.bg-neutral-600 {
    background-color: var(--color-neutral-600)
}

.bg-neutral-700 {
    background-color: var(--color-neutral-700)
}

.bg-neutral-800 {
    background-color: var(--color-neutral-800)
}

.bg-neutral-900 {
    background-color: var(--color-neutral-900)
}

.bg-faded-primary {
    background-color: #94bc2f73
}

.bg-faded-primary-dark {
    background-color: #94bc2fbf
}

.bg-faded-dark {
    background-color: #0009
}

.bg-faded-smooth {
    background-color: #00000040
}

.bg-faded-neutral-600 {
    background-color: #70707073
}

.bg-half-secondary {
    background: var(--color-secondary);
    background: linear-gradient(#551a8000 0% 50%, #551a80 50% 100%)
}

.bg-half-dark {
    background: linear-gradient(#0000 0%, #0000009e 100%)
}

.c-primary {
    color: var(--color-primary)
}

.c-primary-dark {
    color: var(--color-primary-dark)
}

.c-secondary {
    color: var(--color-secondary)
}

.c-secondary-dark {
    color: var(--color-secondary-dark)
}

.c-dark {
    color: var(--color-dark)
}

.c-light {
    color: var(--color-light) 
}
/* var(--color-light) */
.c-light2{
    color: #94bc68;
}
@media screen and (max-width:1173.98px) {
    .c-light-sm {
        color: var(--color-light)
    }
}

@media screen and (min-width:1174px) {
    .c-light-lg {
        color: var(--color-light)
    }
}

.c-success-100 {
    color: var(--color-success-100)
}

.c-success-200 {
    color: var(--color-success-200)
}

.c-success-300 {
    color: var(--color-success-300)
}

.c-success-400 {
    color: var(--color-success-400)
}

.c-success-500 {
    color: var(--color-success-500)
}

.c-success-600 {
    color: var(--color-success-600)
}

.c-success-700 {
    color: var(--color-success-700)
}

.c-success-800 {
    color: var(--color-success-800)
}

.c-success-900 {
    color: var(--color-success-900)
}

.c-info-100 {
    color: var(--color-info-100)
}

.c-info-200 {
    color: var(--color-info-200)
}

.c-info-300 {
    color: var(--color-info-300)
}

.c-info-400 {
    color: var(--color-info-400)
}

.c-info-500 {
    color: var(--color-info-500)
}

.c-info-600 {
    color: var(--color-info-600)
}

.c-info-700 {
    color: var(--color-info-700)
}

.c-info-800 {
    color: var(--color-info-800)
}

.c-info-900 {
    color: var(--color-info-900)
}

.c-danger-100 {
    color: var(--color-danger-100)
}

.c-danger-200 {
    color: var(--color-danger-200)
}

.c-danger-300 {
    color: var(--color-danger-300)
}

.c-danger-400 {
    color: var(--color-danger-400)
}

.c-danger-500 {
    color: var(--color-danger-500)
}

.c-danger-600 {
    color: var(--color-danger-600)
}

.c-danger-700 {
    color: var(--color-danger-700)
}

.c-danger-800 {
    color: var(--color-danger-800)
}

.c-danger-900 {
    color: var(--color-danger-900)
}

.c-neutral-100 {
    color: var(--color-neutral-100)
}

.c-neutral-200 {
    color: var(--color-neutral-200)
}

.c-neutral-300 {
    color: var(--color-neutral-300)
}

.c-neutral-400 {
    color: var(--color-neutral-400)
}

.c-neutral-500 {
    color: var(--color-neutral-500)
}

.c-neutral-600 {
    color: var(--color-neutral-600)
}

.c-neutral-700 {
    color: var(--color-neutral-700)
}

.c-neutral-800 {
    color: var(--color-neutral-800)
}

.c-neutral-900 {
    color: var(--color-neutral-900)
}

@font-face {
    font-family: Montserrat;
    src: url(Montserrat-Bold.366e39fd.html)format("woff2"), url(Montserrat-Bold.31783e4f.html)format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(Montserrat-ExtraBold.79481688.html)format("woff2"), url(Montserrat-ExtraBold.19c9f3ea.html)format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(Montserrat-BoldItalic.4acb6bd9.html)format("woff2"), url(Montserrat-BoldItalic.f9d08632.html)format("woff");
    font-weight: 700;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(Montserrat-ExtraBoldItalic.e5c4ce3e.html)format("woff2"), url(Montserrat-ExtraBoldItalic.1adc79db.html)format("woff");
    font-weight: 800;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(Montserrat-Medium.50226ecb.html)format("woff2"), url(Montserrat-Medium.9c60d09a.html)format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(Montserrat-Italic.15791bc8.html)format("woff2"), url(Montserrat-Italic.587fbdef.html)format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(Montserrat-Light.ab559a36.html)format("woff2"), url(Montserrat-Light.45b75e5d.html)format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(Montserrat-SemiBold.2cbfbdec.html)format("woff2"), url(Montserrat-SemiBold.2ef1f5a6.html)format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(Montserrat-Regular.3fe26537.html)format("woff2"), url(Montserrat-Regular.79e00575.html)format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.w-10 {
    width: 10%
}

.w-15 {
    width: 15%
}

.w-20 {
    width: 20%
}

.w-25 {
    width: 25%
}

.w-30 {
    width: 30%
}

.w-40 {
    width: 40%
}

.w-60 {
    width: 60%
}

.w-70 {
    width: 70%
}

.w-80 {
    width: 80%
}

.w-90 {
    width: 90%
}

.w-full {
    width: 100% !important
}

.w-vw-xxs {
    width: 60vw
}

.w-vw-xs {
    width: 65vw
}

.w-vw-sm {
    width: 70vw
}

.w-vw-md {
    width: 100%
}

@media screen and (max-width:1174px) {
    .w-vw-md {
        width: 75vw
    }
}

.w-vw-lg {
    width: 80vw
}

.w-p-xxs {
    width: 60px
}

.w-p-xs {
    width: 98px
}

.w-p-sm {
    width: 125px
}

.w-p-lg {
    width: 380px
}

.w-p-xl {
    width: 470px
}

.w-p-xxl {
    width: 520px
}

.w-p-1 {
    width: 1px
}

.w-min-sm {
    min-width: 70vw
}

.w-min-md {
    min-width: 75vw
}

.w-min-lg {
    min-width: 80vw
}

.w-max-xxs {
    max-width: 140px
}

.w-max-xs {
    max-width: 160px
}

.w-max-sm {
    max-width: 220px
}

.w-max-md {
    max-width: 300px
}

.w-max-lg {
    max-width: 400px
}

.w-max-xl {
    max-width: 470px
}

.w-max-xxl {
    max-width: 560px
}

.w-max-full {
    max-width: 100%
}

.h-xxs {
    height: 162px
}

.h-xs {
    height: 200px
}

.h-sm {
    height: 248px
}

.h-full {
    height: 100% !important
}

.h-max-full {
    max-height: 100%
}

.h-min-xxs {
    min-height: 78px
}

.h-min-xs {
    min-height: 110px
}

.h-min-sm {
    min-height: 248px
}

.h-min-full {
    min-height: 100%
}

.h-tiny-xxs {
    height: 2px
}

.h-tiny-xs {
    height: 4px
}

.h-tiny-sm {
    height: 8px
}

.h-tiny-lg {
    height: 12px
}

.h-tiny-xl {
    height: 16px
}

.h-tiny-xxl {
    height: 20px
}

.h-tiny-28 {
    height: 28px
}

.h-1 {
    height: 1px
}

.h-2 {
    height: 2px
}

.h-16 {
    height: 16px
}

.ma-none {
    margin: 0
}

.ma-xxs {
    margin: 5px
}

.ma-xs {
    margin: 10px
}

.ma-sm {
    margin: 15px
}

.ma-md {
    margin: 20px
}

.ma-lg {
    margin: 25px
}

.ma-xl {
    margin: 30px
}

.ma-xxl {
    margin: 35px
}

.ma-uxl {
    margin: 40px
}

.ma-wide {
    margin: 50px
}

.ma-auto {
    margin: auto
}

.ma-full {
    margin: 100%
}

.mt-none {
    margin-top: 0
}

.mt-xxs {
    margin-top: 5px
}

.mt-xs {
    margin-top: 10px
}

.mt-sm {
    margin-top: 15px
}

.mt-md {
    margin-top: 20px
}

.mt-lg {
    margin-top: 25px
}

.mt-xl {
    margin-top: 30px
}

.mt-xxl {
    margin-top: 35px
}

.mt-uxl {
    margin-top: 40px
}

.mt-wide {
    margin-top: 50px
}

.mt-auto {
    margin-top: auto
}

.mt-full {
    margin-top: 100%
}

.mr-none {
    margin-right: 0
}

.mr-xxs {
    margin-right: 5px
}

.mr-xs {
    margin-right: 10px
}

.mr-sm {
    margin-right: 15px
}

.mr-md {
    margin-right: 20px
}

.mr-lg {
    margin-right: 25px
}

.mr-xl {
    margin-right: 30px
}

.mr-xxl {
    margin-right: 35px
}

.mr-uxl {
    margin-right: 40px
}

.mr-wide {
    margin-right: 50px
}

.mr-auto {
    margin-right: auto
}

.mr-full {
    margin-right: 100%
}

.mb-none {
    margin-bottom: 0
}

.mb-xxs {
    margin-bottom: 5px
}

.mb-xs {
    margin-bottom: 10px
}

.mb-sm {
    margin-bottom: 5px
}

.mb-md {
    margin-bottom: 20px
}

.mb-lg {
    margin-bottom: 25px
}

.mb-xl {
    margin-bottom: 30px
}

.mb-xxl {
    margin-bottom: 35px
}

.mb-uxl {
    margin-bottom: 40px
}

.mb-wide {
    margin-bottom: 50px
}

.mb-auto {
    margin-bottom: auto
}

.mb-full {
    margin-bottom: 100%
}

.ml-none {
    margin-left: 0
}

.ml-xxs {
    margin-left: 5px
}

.ml-xs {
    margin-left: 10px
}

.ml-sm {
    margin-left: 15px
}

.ml-md {
    margin-left: 20px
}

.ml-lg {
    margin-left: 25px
}

.ml-xl {
    margin-left: 30px
}

.ml-xxl {
    margin-left: 35px
}

.ml-uxl {
    margin-left: 40px
}

.ml-wide {
    margin-left: 50px
}

.ml-auto {
    margin-left: auto
}

.ml-full {
    margin-left: 100%
}

.mx-none {
    margin-left: 0;
    margin-right: 0
}

.mx-xxs {
    margin-left: 5px;
    margin-right: 5px
}

.mx-xs {
    margin-left: 10px;
    margin-right: 10px
}

.mx-sm {
    margin-left: 15px;
    margin-right: 15px
}

.mx-md {
    margin-left: 20px;
    margin-right: 20px
}

.mx-lg {
    margin-left: 25px;
    margin-right: 25px
}

.mx-xl {
    margin-left: 30px;
    margin-right: 30px
}

.mx-xxl {
    margin-left: 35px;
    margin-right: 35px
}

.mx-uxl {
    margin-left: 40px;
    margin-right: 40px
}

.mx-wide {
    margin-left: 50px;
    margin-right: 50px
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.mx-full {
    margin-left: 100%;
    margin-right: 100%
}

.my-none {
    margin-top: 0;
    margin-bottom: 0
}

.my-xxs {
    margin-top: 5px;
    margin-bottom: 5px
}

.my-xs {
    margin-top: 10px;
    margin-bottom: 10px
}

.my-sm {
    margin-top: 15px;
    margin-bottom: 15px
}

.my-md {
    margin-top: 20px;
    margin-bottom: 20px
}

.my-lg {
    margin-top: 25px;
    margin-bottom: 25px
}

.my-xl {
    margin-top: 30px;
    margin-bottom: 30px
}

.my-xxl {
    margin-top: 35px;
    margin-bottom: 35px
}

.my-uxl {
    margin-top: 40px;
    margin-bottom: 40px
}

.my-wide {
    margin-top: 50px;
    margin-bottom: 50px
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto
}

.my-full {
    margin-top: 100%;
    margin-bottom: 100%
}

.pa-none {
    padding: 0
}

.pa-xxs {
    padding: 5px
}

.pa-xs {
    padding: 10px
}

.pa-sm {
    padding: 15px
}

.pa-md {
    padding: 20px
}

.pa-lg {
    padding: 25px
}

.pa-xl {
    padding: 30px
}

.pa-xxl {
    padding: 35px
}

.pa-uxl {
    padding: 40px
}

.pa-wide {
    padding: 50px
}

.pa-auto {
    padding: auto
}

.pa-full {
    padding: 100%
}

.pt-none {
    padding-top: 0
}

.pt-xxs {
    padding-top: 5px
}

.pt-xs {
    padding-top: 10px
}

.pt-sm {
    padding-top: 15px
}

.pt-md {
    padding-top: 20px
}

.pt-lg {
    padding-top: 25px
}

.pt-xl {
    padding-top: 30px
}

.pt-xxl {
    padding-top: 35px
}

.pt-uxl {
    padding-top: 40px
}

.pt-wide {
    padding-top: 50px
}

.pt-auto {
    padding-top: auto
}

.pt-full {
    padding-top: 100%
}

.pr-none {
    padding-right: 0
}

.pr-xxs {
    padding-right: 5px
}

.pr-xs {
    padding-right: 10px
}

.pr-sm {
    padding-right: 15px
}

.pr-md {
    padding-right: 20px
}

.pr-lg {
    padding-right: 25px
}

.pr-xl {
    padding-right: 30px
}

.pr-xxl {
    padding-right: 35px
}

.pr-uxl {
    padding-right: 40px
}

.pr-wide {
    padding-right: 50px
}

.pr-auto {
    padding-right: auto
}

.pr-full {
    padding-right: 100%
}

.pb-none {
    padding-bottom: 0
}

.pb-xxs {
    padding-bottom: 5px
}

.pb-xs {
    padding-bottom: 10px
}

.pb-sm {
    padding-bottom: 5px
}

.pb-md {
    padding-bottom: 20px
}

.pb-lg {
    padding-bottom: 25px
}

.pb-xl {
    padding-bottom: 30px
}

.pb-xxl {
    padding-bottom: 35px
}

.pb-uxl {
    padding-bottom: 40px
}

.pb-wide {
    padding-bottom: 50px
}

.pb-auto {
    padding-bottom: auto
}

.pb-full {
    padding-bottom: 100%
}

.pl-none {
    padding-left: 0
}

.pl-xxs {
    padding-left: 5px
}

.pl-xs {
    padding-left: 10px
}

.pl-sm {
    padding-left: 15px
}

.pl-md {
    padding-left: 20px
}

.pl-lg {
    padding-left: 25px
}

.pl-xl {
    padding-left: 30px
}

.pl-xxl {
    padding-left: 35px
}

.pl-uxl {
    padding-left: 40px
}

.pl-wide {
    padding-left: 50px
}

.pl-auto {
    padding-left: auto
}

.pl-full {
    padding-left: 100%
}

.px-none {
    padding-left: 0;
    padding-right: 0
}

.px-xxs {
    padding-left: 5px;
    padding-right: 5px
}

.px-xs {
    padding-left: 10px;
    padding-right: 10px
}

.px-sm {
    padding-left: 15px;
    padding-right: 15px
}

.px-md {
    padding-left: 20px;
    padding-right: 20px
}

.px-lg {
    padding-left: 25px;
    padding-right: 25px
}

.px-xl {
    padding-left: 30px;
    padding-right: 30px
}

.px-xxl {
    padding-left: 35px;
    padding-right: 35px
}

.px-uxl {
    padding-left: 40px;
    padding-right: 40px
}

.px-wide {
    padding-left: 50px;
    padding-right: 50px
}

.px-auto {
    padding-left: auto;
    padding-right: auto
}

.px-full {
    padding-left: 100%;
    padding-right: 100%
}

.py-none {
    padding-top: 0;
    padding-bottom: 0
}

.py-xxs {
    padding-top: 5px;
    padding-bottom: 5px
}

.py-xs {
    padding-top: 10px;
    padding-bottom: 10px
}

.py-sm {
    padding-top: 15px;
    padding-bottom: 15px
}

.py-md {
    padding-top: 20px;
    padding-bottom: 20px
}

.py-lg {
    padding-top: 25px;
    padding-bottom: 25px
}

.py-xl {
    padding-top: 30px;
    padding-bottom: 30px
}

.py-xxl {
    padding-top: 35px;
    padding-bottom: 35px
}

.py-uxl {
    padding-top: 40px;
    padding-bottom: 40px
}

.py-wide {
    padding-top: 50px;
    padding-bottom: 50px
}

.py-auto {
    padding-top: auto;
    padding-bottom: auto
}

.py-full {
    padding-top: 100%;
    padding-bottom: 100%
}

:root {
    font-size: 14px
}

@media screen and (min-width:1174px) {
    :root {
        font-size: 16px
    }
}

body {
    font-family: Montserrat, Verdana, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6
}

.title {
    color: var(--color-primary);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4
}

@media screen and (min-width:1174px) {
    .title {
        font-size: 24px
    }
}

.subtitle {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3
}

@media screen and (min-width:1174px) {
    .subtitle {
        font-size: 24px
    }
}

.caption {
    font-size: 16px;
    line-height: 1.3
}

@media screen and (min-width:1174px) {
    .caption {
        font-size: 20px
    }
}

.legend {
    font-size: 14px
}

@media screen and (min-width:1174px) {
    .legend {
        font-size: 20px
    }
}

.note {
    font-size: 16px
}

@media screen and (min-width:1174px) {
    .note {
        font-size: 24px
    }
}

.tiny {
    font-size: 10px
}

.l-height-xxs {
    line-height: 1
}

.l-height-xs {
    line-height: 1.1
}

.l-height-sm {
    line-height: 1.2
}

.l-height-md {
    line-height: 1.3
}

.l-height-lg {
    line-height: 1.4
}

.l-height-xl {
    line-height: 1.5
}

.l-height-full {
    line-height: 200%
}

.txt-xxs {
    font-size: 10px
}

@media screen and (min-width:1174px) {
    .txt-xxs {
        font-size: 12px
    }
}

.txt-xs {
    font-size: 12px
}

@media screen and (min-width:1174px) {
    .txt-xs {
        font-size: 14px
    }
}

.txt-sm {
    font-size: 16px
}

@media screen and (min-width:1174px) {
    .txt-sm {
        font-size: 20px
    }
}

.txt-md {
    font-size: 20px
}

@media screen and (min-width:1174px) {
    .txt-md {
        font-size: 24px
    }
}

.txt-lg {
    font-size: 24px
}

@media screen and (min-width:1174px) {
    .txt-lg {
        font-size: 26px
    }
}

.txt-fix-xs {
    font-size: 14px
}

.txt-fix-sm {
    font-size: 16px
}

.txt-fix-md {
    font-size: 20px
}

.txt-w-light {
    font-weight: 300
}

.txt-w-normal {
    font-weight: 400
}

.txt-w-medium {
    font-weight: 500
}

.txt-w-semibold {
    font-weight: 600
}

.txt-w-bold {
    font-weight: 700
}

.txt-w-extrabold {
    font-weight: 800
}

.txt-italic {
    font-style: italic
}

.txt-upper {
    text-transform: uppercase
}

.txt-left {
    text-align: left
}

.txt-right {
    text-align: right
}

.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6,
.text p,
.text span,
.text ul,
.text li,
.text a {
    margin: 0;
    font-family: Montserrat, Verdana, Arial, sans-serif;
    font-weight: 400
}

.text p,
.text span,
.text ul,
.text li,
.text a {
    font-size: 14px;
    line-height: 1.5
}

.text strong,
.text b {
    font-weight: 700
}

.text a {
    color: var(--color-primary);
    font-weight: 600
}

.text a:hover {
    color: var(--color-primary-dark);
    text-decoration: underline
}

.text h1 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4
}

@media screen and (min-width:1174px) {
    .text h1 {
        font-size: 24px
    }
}

.text h2,
.text h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3
}

@media screen and (min-width:1174px) {

    .text h2,
    .text h3 {
        font-size: 20px
    }
}

.text h4,
.text h5,
.text h6 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3
}

@media screen and (min-width:1174px) {

    .text h4,
    .text h5,
    .text h6 {
        font-size: 16px
    }
}

.text ol,
.text ul {
    padding-left: 30px
}

.text ul {
    list-style-type: disc
}

button {
    box-shadow: none;
    cursor: pointer;
    letter-spacing: .001em;
    user-select: none;
    vertical-align: top;
    -webkit-tap-highlight-color: transparent;
    background-color: #0000;
    background-image: none;
    border: none;
    border-radius: 0;
    padding: 0
}

button:active,
button:focus {
    outline: 0
}

html {
    scroll-behavior: smooth
}

.border {
    border-style: solid;
    border-width: 1px
}

@media screen and (max-width:1173.98px) {
    .border-sm {
        border-style: solid;
        border-width: 1px
    }
}

@media screen and (min-width:1174px) {
    .border-lg {
        border-style: solid;
        border-width: 1px
    }
}

.border-primary {
    border-color: var(--color-primary)
}

.border-secondary {
    border-color: var(--color-secondary)
}

.border-dark {
    border-color: var(--color-dark)
}

.border-light {
    border-color: var(--color-light)
}

.border-neutral {
    border-color: var(--color-neutral-400)
}

.border-gray {
    border-color: var(--color-neutral-600)
}

.border-faded {
    border-color: var(--color-neutral-300)
}

.border-thin {
    border-width: 1px
}

.border-medium {
    border-width: 2px
}

.border-large {
    border-width: 4px
}

.border-top {
    border-bottom: 0;
    border-left: 0;
    border-right: 0
}

.border-bottom {
    border-top: 0;
    border-left: 0;
    border-right: 0
}

.border-radius-sm {
    border-radius: 4px
}

.border-radius-lg {
    border-radius: 10px
}

.border-radius-xl {
    border-radius: 18px
}

@media screen and (max-width:1173.98px) {
    .border-radius-xl-sm {
        border-radius: 18px
    }
}

@media screen and (min-width:1174px) {
    .border-radius-xl-lg {
        border-radius: 18px
    }
}

.border-radius-full {
    border-radius: 50%
}

.button {
    color: var(--color-light);
    cursor: pointer;
    max-width: 100%;
    min-height: 31px;
    min-width: 125px;
    touch-action: manipulation;
    user-select: none;
    width: 182px;
    background: 0 0;
    border: 1px solid;
    border-radius: 4px;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25em;
    transition: all .4s;
    display: inline-flex
}

@media screen and (min-width:1174px) {
    .button {
        font-size: 20px
    }
}

.button-clean {
    min-height: auto;
    min-width: auto;
    width: auto;
    border: none;
    border-radius: 0;
    padding: 0
}

.button-tiny {
    height: 31px;
    width: 182px
}

.button-xxs {
    height: 41px;
    width: 188px
}

.button-xs {
    height: 45px;
    width: 248px
}

@media screen and (min-width:1174px) {
    .button-xs {
        height: 56px;
        width: 300px
    }
}

.button-sm {
    height: 57px;
    width: 252px
}

.button-md {
    height: 57px;
    width: 282px
}

.button-lg {
    height: 57px;
    width: 380px
}

.button-xl {
    height: 77px;
    width: 282px
}

@media screen and (min-width:1174px) {
    .button-xl {
        width: 380px
    }
}

.button-xxl {
    height: 77px;
    width: 352px
}

@media screen and (min-width:1174px) {
    .button-xxl {
        width: 398px
    }
}

.button-full {
    width: 100%
}

.button-txt-xs {
    font-size: 14px
}

.button-txt-sm {
    font-size: 16px
}

.button-txt-md {
    font-size: 20px
}

.button-radius-sm {
    border-radius: 4px
}

.button-radius-lg {
    border-radius: 10px
}

.button-radius-xl {
    border-radius: 18px
}

.button-radius-full {
    border-radius: 50%
}

.button-primary {
    background: var(--color-primary);
    border-color: var(--color-primary)
}

.button-primary:hover {
    background: var(--color-primary-light);
    border-color: var(--color-primary-light);
    color: var(--color-light)
}

.button-secondary {
    background: #94c120;
    border-color: #94bc2f
}
/* background: var(--color-secondary);
border-color: var(--color-secondary) */
.button-secondary:hover {
    background: var(--color-secondary-light);
    border-color: var(--color-secondary-light);
    color: var(--color-light)
}

.button-light {
    background: var(--color-light);
    border-color: var(--color-light);
    color: var(--color-primary)
}

.button-light:hover {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-light)
}

.button-gray {
    background: var(--color-neutral-600);
    border-color: var(--color-neutral-600);
    color: var(--color-light)
}

.button-gray:hover {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-light)
}

.button-transparent {
    color: var(--color-neutral-600);
    border-color: #0000;
    font-weight: 500
}

.button-transparent:hover {
    border-color: var(--color-secondary);
    color: var(--color-secondary)
}

.button-transparent-light {
    color: var(--color-light);
    border-color: #0000;
    font-weight: 500
}

.button-transparent-light:hover {
    border-color: var(--color-light);
    color: var(--color-light)
}

.button-outline-primary {
    border-color: var(--color-primary);
    color: var(--color-neutral-600)
}

.button-outline-primary:hover {
    background: var(--color-primary);
    color: var(--color-light)
}

.button-outline-primary-entire {
    border-color: var(--color-primary);
    color: var(--color-primary)
}

.button-outline-primary-entire:hover {
    background: var(--color-primary);
    color: var(--color-light)
}

.button-outline-secondary {
    border-color: #198754;
    color: #94bc2f;
}

.button-outline-secondary:hover {
    background: #198754;
    color:  #94bc2f;
}

.button-outline-light {
    border-color: var(--color-light);
    color: var(--color-light)
}

.button-outline-light:hover {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-light)
}

.button-outline-light-inverse {
    border-color: var(--color-light);
    color: var(--color-light)
}

.button-outline-light-inverse:hover {
    background: var(--color-light);
    border-color: var(--color-light);
    color: var(--color-primary)
}

.button-outline-gray {
    border-color: var(--color-neutral-600);
    color: var(--color-neutral-600)
}

.button-outline-gray:hover {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-light)
}

.hover {
    overflow: hidden
}

.hover:before {
    content: "";
    height: 100%;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    z-index: 0;
    background: 0 0;
    transition: all .35s;
    position: absolute;
    top: 0;
    left: 0
}

.hover>* {
    z-index: 2
}

.hover:hover:before {
    opacity: 1;
    visibility: visible
}

.hover-transparent:before {
    background: #ffffff1a
}

.hover-faded:before {
    background: #0000000d
}

.flex {
    display: flex
}

@media screen and (max-width:1173.98px) {
    .flex-sm {
        display: flex
    }
}

@media screen and (min-width:1174px) {
    .flex-lg {
        display: flex
    }
}

.inline-flex {
    display: inline-flex
}

.flex-row {
    flex-flow: row
}

.flex-row-reverse {
    flex-direction: row-reverse
}

.flex-col {
    flex-flow: column
}

@media screen and (max-width:1173.98px) {
    .flex-col-sm {
        flex-flow: column
    }
}

@media screen and (min-width:1174px) {
    .flex-col-lg {
        flex-flow: column
    }
}

.flex-acomp-pane {
    flex-flow: row
}

@media screen and (max-width:1173.98px) {
    .flex-acomp-pane {
        flex-flow: column
    }
}

.flex-col-reverse {
    flex-direction: column-reverse
}

.flex-wrap {
    flex-wrap: wrap
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse
}

.flex-nowrap {
    flex-wrap: nowrap
}

.items-start {
    align-items: flex-start
}

.items-end {
    align-items: flex-end
}

.items-center {
    align-items: center
}

@media screen and (max-width:1173.98px) {
    .items-center-sm {
        align-items: center
    }
}

@media screen and (min-width:1174px) {
    .items-center-lg {
        align-items: center
    }
}

.items-baseline {
    align-items: baseline
}

.items-stretch {
    align-items: stretch
}

.content-center {
    align-content: center
}

.content-start {
    align-content: flex-start
}

.content-end {
    align-content: flex-end
}

.content-between {
    align-content: space-between
}

.content-around {
    align-content: space-around
}

.content-evenly {
    align-content: space-evenly
}

.self-auto {
    align-self: auto
}

.self-start {
    align-self: flex-start
}

.self-end {
    align-self: flex-end
}

.self-center {
    align-self: center
}

.self-stretch {
    align-self: stretch
}

.justify-items-auto {
    justify-items: auto
}

.justify-items-start {
    justify-items: start
}

.justify-items-end {
    justify-items: end
}

.justify-items-center {
    justify-items: center
}

.justify-items-stretch {
    justify-items: stretch
}

.justify-start {
    justify-content: flex-start
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

@media screen and (max-width:1173.98px) {
    .justify-center-sm {
        justify-content: center
    }
}

@media screen and (min-width:1174px) {
    .justify-center-lg {
        justify-content: center
    }
}

.justify-between {
    justify-content: space-between
}

@media screen and (max-width:1173.98px) {
    .justify-between-sm {
        justify-content: space-between
    }
}

@media screen and (min-width:1174px) {
    .justify-between-lg {
        justify-content: space-between
    }
}

.justify-around {
    justify-content: space-around
}

.justify-evenly {
    justify-content: space-evenly
}

.justify-self-auto {
    justify-self: auto
}

.justify-self-start {
    justify-self: start
}

.justify-self-end {
    justify-self: end
}

.justify-self-center {
    justify-self: center
}

.justify-self-stretch {
    justify-self: stretch
}

.flex-1 {
    flex: 1
}

.flex-auto {
    flex: auto
}

.flex-initial {
    flex: 0 auto
}

.flex-full {
    flex: 0 0 100%
}

.flex-none {
    flex: none
}

.flex-grow-0 {
    flex-grow: 0
}

.flex-grow {
    flex-grow: 1
}

.flex-shrink-0 {
    flex-shrink: 0
}

.flex-shrink {
    flex-shrink: 1
}

.order-1 {
    order: 1
}

@media screen and (max-width:1173.98px) {
    .order-1-sm {
        order: 1
    }
}

@media screen and (min-width:1174px) {
    .order-1-lg {
        order: 1
    }
}

.order-2 {
    order: 2
}

@media screen and (max-width:1173.98px) {
    .order-2-sm {
        order: 2
    }
}

@media screen and (min-width:1174px) {
    .order-2-lg {
        order: 2
    }
}

.order-3 {
    order: 3
}

@media screen and (max-width:1173.98px) {
    .order-3-sm {
        order: 3
    }
}

@media screen and (min-width:1174px) {
    .order-3-lg {
        order: 3
    }
}

.order-first {
    order: -9999
}

.order-last {
    order: 9999
}

.order-none {
    order: 0
}

.flex-container {
    padding-left: 8px;
    padding-right: 8px
}

.row {
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    display: flex
}

@media screen and (max-width:1173.98px) {
    .row-sm {
        flex-wrap: wrap;
        margin-left: -8px;
        margin-right: -8px;
        display: flex
    }
}

@media screen and (min-width:1174px) {
    .row-lg {
        flex-wrap: wrap;
        margin-left: -8px;
        margin-right: -8px;
        display: flex
    }
}

.col {
    flex: 1 0;
    padding-left: 8px;
    padding-right: 8px
}

@media screen and (max-width:1173.98px) {
    .col-sm {
        flex: 1 0;
        padding-left: 8px;
        padding-right: 8px
    }
}

@media screen and (min-width:1174px) {
    .col-lg {
        flex: 1 0;
        padding-left: 8px;
        padding-right: 8px
    }
}

@media screen and (max-width:1173.98px) {
    .col-sm-1 {
        width: 8.33333%;
        flex: none
    }

    .col-sm-2 {
        width: 16.6667%;
        flex: none
    }

    .col-sm-3 {
        width: 25%;
        flex: none
    }

    .col-sm-4 {
        width: 33.3333%;
        flex: none
    }

    .col-sm-5 {
        width: 41.6667%;
        flex: none
    }

    .col-sm-6 {
        width: 50%;
        flex: none
    }

    .col-sm-12 {
        width: 100%;
        flex: none
    }
}

@media screen and (min-width:1174px) {
    .col-lg-1 {
        width: 8.33333%;
        flex: none
    }

    .col-lg-2 {
        width: 16.6667%;
        flex: none
    }

    .col-lg-3 {
        width: 25%;
        flex: none
    }

    .col-lg-4 {
        width: 33.3333%;
        flex: none
    }

    .col-lg-5 {
        width: 41.6667%;
        flex: none
    }

    .col-lg-6 {
        width: 50%;
        flex: none
    }

    .col-lg-7 {
        width: 58.3333%;
        flex: none
    }

    .col-lg-8 {
        width: 66.6667%;
        flex: none
    }

    .col-lg-9 {
        width: 75%;
        flex: none
    }

    .col-lg-10 {
        width: 83.3333%;
        flex: none
    }

    .col-lg-11 {
        width: 91.6667%;
        flex: none
    }

    .col-lg-12 {
        width: 100%;
        flex: none
    }
}

.panel {
    width: 100%;
    padding-bottom: 110px;
    transition: all .35s;
    position: fixed;
    left: 0;
    overflow-y: auto;
    transform: translateY(110vh)
}

@media only screen and (orientation:landscape) and (max-width:1174px) {
    .panel {
        transform: translateY(110vw)
    }
}

.panel[data-is-open=true] {
    z-index: 10;
    transform: translate(0, 0)
}

.panel-bottom {
    bottom: 0
}

.panel-bottom[data-is-open=true],
.panel-top {
    top: 0
}

.panel-top[data-is-open=true] {
    bottom: 0
}

@media screen and (max-width:1173.98px) {
    .footer {
        padding-bottom: 90px
    }
}

@media screen and (min-width:1174px) {
    .footer-item-ls {
        padding-left: 26px
    }
}

.header {
    max-height: 100vh;
    width: 100%;
    z-index: 10;
    position: fixed;
    bottom: 0;
    left: 0;
    overflow: hidden
}

.menu-bar {
    background: var(--color-light);
    width: 100%;
    z-index: 15;
    grid-template-columns: repeat(4, 1fr);
    padding: 8px 10px 8px 18px;
    display: grid;
    position: fixed;
    bottom: 0;
    left: 0
}

.menu-bar-link {
    border-right: 1px solid var(--color-neutral-300);
    min-height: 48px;
    justify-content: center;
    align-items: center;
    display: flex
}

.menu-bar-link:first-child,
.menu-bar-link:last-child {
    border-right: 0
}

.menu-bar-link:first-child {
    justify-content: flex-start
}

.menu-link {
    color: var(--color-light);
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    font-size: 1.25rem;
    font-weight: 700;
    display: flex
}

.menu-link:hover {
    color: var(--color-primary-dark)
}

.submenu {
    flex-direction: column;
    align-items: flex-start;
    padding-top: .5rem;
    padding-bottom: 1.5rem;
    padding-left: 2rem;
    display: flex
}

.submenu a {
    color: var(--color-light);
    padding: 5px 0;
    font-weight: 500;
    display: inline-flex
}

.submenu a:hover {
    color: var(--color-primary-dark)
}

.menu-help {
    padding: 18px 12px 15px
}

.helpful-links {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    display: grid
}

.header-filled {
    width: 100%;
    position: relative
}

.header-filled-nav {
    background-color: #f9fafb ;
    width: 100%;
    z-index: 15;
    transition: background-color .25s linear;
    position: fixed;
    top: 0;
    left: 0
}
/* var(--color-primary); */
.header-filled-nav.scroll {
    background-color: var(--color-neutral-600);
}

.header-filled-menu {
    padding-left: 270px
}

.header-search {
    background-color: var(--color-neutral-300);
    padding-top: 42px;
    position: relative;
    box-shadow: 0 3px 6px #00000012
}

.header-filled-list {
    position: relative
}

.header-filled-list:hover .header-filled-item {
    opacity: 1;
    visibility: visible
}

.header-filled-item {
    background-color: var(--color-primary);
    opacity: 0;
    visibility: hidden;
    width: 220px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%)
}

.scroll .header-filled-item,
.scroll .header-filled-item a {
    background-color: var(--color-neutral-600)
}

.header-filled-item li {
    display: block
}

.header-filled-item a {
    background-color: var(--color-primary);
    color: var(--color-light);
    text-align: center;
    padding: 10px;
    font-size: 12px;
    font-weight: 500;
    transition: all .35s;
    display: block
}

.header-filled-item a:hover {
    background-color: var(--color-secondary)
}

.header-filled-location {
    background-color: var(--color-light);
    width: 84px;
    position: relative
}

.header-filled-location:hover .header-filled-location-item {
    opacity: 1;
    visibility: visible
}

.header-filled-location-item {
    background-color: var(--color-light);
    opacity: 0;
    visibility: hidden;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0
}

.header-filled-location-item li {
    display: block
}

.header-filled-location-item a {
    background-color: var(--color-light);
    color: var(--color-neutral-700);
    text-align: center;
    width: 84px;
    justify-content: center;
    align-items: center;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    display: flex
}

.header-search .form-field {
    height: 32px;
    width: 265px
}

.header-search .button {
    height: 32px;
    border-radius: 0;
    font-size: 14px
}

.header-search .form select {
    background-size: 12px
}

.fancybox-bg {
    background: var(--color-light)
}

.fancybox-is-open .fancybox-bg {
    opacity: 1
}

.fancybox-toolbar {
    background: var(--color-neutral-300)
}

.fancybox-button {
    background: 0 0
}

.fancybox-button svg path {
    fill: var(--color-neutral-600)
}

.fancybox-caption {
    background: var(--color-neutral-300);
    color: var(--color-neutral-600);
    text-align: left;
    z-index: 99996;
    padding: 22px 15px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    right: 0
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 22px 15px
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 40vh;
    max-width: var(--screen-lg);
    margin: 0 auto
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.caption-modal {
    align-items: center;
    display: flex
}

@media screen and (max-width:1173.98px) {
    .caption-modal {
        flex-direction: column
    }
}

.caption-title {
    max-width: 100%;
    width: 220px;
    flex-shrink: 0;
    font-size: 16px
}

@media screen and (min-width:1174px) {
    .caption-title {
        flex: 0 0 220px;
        font-size: 20px
    }
}

.caption-description {
    text-align: left;
    font-size: 8px
}

@media screen and (max-width:1173.98px) {
    .caption-description {
        margin-top: 10px
    }
}

@media screen and (min-width:1174px) {
    .caption-description {
        padding-left: 80px;
        font-size: 10px
    }
}

.tns-outer {
    position: relative
}

.tns-nav {
    z-index: 2;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%)
}

.tns-nav button {
    background: var(--color-light);
    height: 6px;
    width: 6px;
    border-radius: 50%;
    margin: 2px
}

.tns-nav .tns-nav-active {
    background: var(--color-secondary)
}

.tns-controls {
    height: 0;
    width: 100%;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.tns-controls button[disabled] {
    cursor: default !important;
    opacity: .2 !important
}

.image-cover {
    object-fit: cover;
    object-position: 50%;
    width: 100%;
    height: 100%
}

.image-fit {
    object-fit: contain;
    object-position: 50%;
    width: 100%;
    height: 100%
}

.bg-image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.bg-image-faded {
    background-blend-mode: multiply;
    background-color: #0003
}

.bg-image-dark {
    background-blend-mode: multiply;
    background-color: #000000b3
}

.overlay {
    height: 100%;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    z-index: 14;
    background-color: #000000b3;
    position: fixed;
    top: 0;
    left: 0
}

@media screen and (min-width:1174px) {
    .overlay {
        z-index: 15
    }
}

.overlay[data-is-open=true] {
    opacity: 1;
    visibility: visible
}

.overlay-container {
    max-height: 100%;
    max-width: 100%;
    width: 664px;
    position: relative;
    overflow-y: auto
}

@media screen and (max-width:1173.98px) {
    .overlay-container {
        height: 100%
    }
}

.overlay-container-full {
    width: 1174px
}

@media screen and (max-width:1173.98px) {
    .overlay-box {
        min-height: 100%;
        padding-bottom: 100px
    }
}

.accordion {
    height: 0
}

.accordion-open {
    height: auto
}

.banner-info-top {
    width: 100%;
    grid-template-rows: 82px;
    grid-template-columns: 28% calc(72% - 12px);
    place-content: stretch;
    justify-items: stretch;
    gap: 12px;
    padding-left: 12px;
    padding-right: 12px;
    display: grid
}

@media screen and (min-width:390px) {
    .banner-info-top {
        grid-template-columns: 35% calc(65% - 12px)
    }
}

.form-field {
    background: var(--color-light);
    color: var(--color-neutral-600);
    height: 40px;
    text-align: left;
    width: 100%;
    border: none;
    border-radius: 0;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
    display: block
}

.form select {
    appearance: none;
    background-image: url(arrow-down-d.48317f41.svg);
    background-position: calc(100% - 10px);
    background-repeat: no-repeat;
    background-size: 22px;
    padding-right: 42px
}

.form textarea {
    resize: none;
    min-height: 140px;
    padding-top: 10px;
    overflow: hidden
}

.form input[type=checkbox] {
    appearance: none;
    background-color: var(--color-light);
    cursor: pointer;
    width: 40px;
    padding: 0
}

@media screen and (min-width:1174px) {
    .form input[type=checkbox] {
        height: 20px;
        width: 20px
    }
}

.form input[type=checkbox]:checked {
    background-image: url(checked.e0db3960.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 40%
}

@media screen and (min-width:1174px) {
    .form input[type=checkbox]:checked {
        background-size: 55%
    }
}

.form input::-webkit-input-placeholder {
    color: var(--color-neutral-600)
}

.form input::-moz-placeholder {
    color: var(--color-neutral-600)
}

.form input:-ms-input-placeholder {
    color: var(--color-neutral-600)
}

.form input:-moz-placeholder {
    color: var(--color-neutral-600)
}

.form label {
    cursor: pointer
}

.search-form select {
    appearance: none;
    background-image: url(arrow-down-h.6fff8b50.svg);
    background-position: calc(100% - 10px);
    background-repeat: no-repeat;
    background-size: 12px;
    padding-right: 42px
}

.search-form input[type=search] {
    appearance: none;
    padding-right: 40px
}

.search-field {
    background: var(--color-neutral-200);
    color: var(--color-neutral-600);
    height: 30px;
    text-align: left;
    width: 100%;
    border: none;
    border-radius: 0;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
    display: block
}

.absolute {
    position: absolute
}

.block {
    display: block
}

.bottom {
    bottom: 0
}

.center {
    text-align: center
}

@media screen and (max-width:1173.98px) {
    .center-sm {
        text-align: center
    }
}

@media screen and (min-width:1174px) {
    .center-lg {
        text-align: center
    }
}

.center-transform {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.div {
    background-color: var(--color-neutral-600)
}

.div-vertical {
    width: 1px
}

.div-small {
    height: 20px
}

.fixed {
    position: fixed
}

.hidden {
    visibility: hidden;
    display: none
}

@media screen and (max-width:1173.98px) {
    .hidden-sm {
        visibility: hidden;
        display: none
    }
}

@media screen and (min-width:1174px) {
    .hidden-lg {
        visibility: hidden;
        display: none
    }
}

.index-xxs {
    z-index: 1
}

.index-xs {
    z-index: 2
}

.index-sm {
    z-index: 3
}

.index-md {
    z-index: 4
}

.index-lg {
    z-index: 5
}

.index-xl {
    z-index: 6
}

.index-xxl {
    z-index: 7
}

.index-15 {
    z-index: 15
}

.left {
    left: 0
}

.left-50 {
    left: 50%;
    transform: translate(-50%)
}

.mouseover-opacity {
    opacity: 0;
    visibility: hidden;
    transition: all .3s
}

.mouseover:hover .mouseover-opacity {
    opacity: 1;
    visibility: visible
}

.no-scroll {
    overflow: hidden
}

.no-wrap {
    white-space: nowrap
}

.no-padding {
    padding-left: 0;
    padding-right: 0
}

@media screen and (max-width:1173.98px) {
    .no-padding-sm {
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (min-width:1174px) {
    .no-padding-lg {
        padding-left: 0;
        padding-right: 0
    }
}

.pointer {
    cursor: pointer
}

.radius-sm-sm {
    border-radius: 4px
}

.radius-sm-md {
    border-radius: 9px
}

.relative {
    position: relative
}

.right {
    right: 0
}

.right-in-5 {
    right: 5px
}

.right-in-10 {
    right: 10px
}

.right-out-5 {
    right: -5px
}

.sr-only {
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    white-space: nowrap;
    border-width: 0;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden
}

.sticky {
    position: sticky
}

.sticky-bottom {
    bottom: 0
}

.top {
    top: 0
}

.top-50 {
    top: 50%;
    transform: translateY(-50%)
}

.top-in-5 {
    top: 5px
}

.top-in-10 {
    top: 10px
}

.uppercase {
    text-transform: uppercase
}

.iframe {
    width: 100%;
    height: 254px
}

.iframe iframe,
.iframe video,
.iframe img {
    object-fit: contain;
    object-position: 50%;
    width: 100%;
    height: 100%
}

.iframe-fluid {
    width: 100%;
    padding-top: 56.25%;
    position: relative
}

.iframe-fluid iframe,
.iframe-fluid video {
    height: 100%;
    max-width: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.modal {
    height: 100vh;
    opacity: 0;
    width: 100%;
    transition: all .35s;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: auto;
    transform: translate(-110vw)
}

.modal[data-is-open=true] {
    opacity: 1;
    z-index: 10;
    transform: translate(0, 0)
}

@media screen and (min-width:1174px) {
    .modal[data-is-open=true] {
        z-index: 16
    }
}

.modal-container {
    padding-bottom: 100px
}

.product-label {
    height: 23px;
    mix-blend-mode: multiply
}

@media screen and (min-width:1174px) {
    .product-label {
        height: 27px
    }
}

.product-label-lanc {
    background-color: var(--color-primary)
}

.product-label-obras {
    background-color: var(--color-neutral-600)
}

.product-label-pronto {
    background-color: var(--color-info-300)
}

.product-label-breve {
    background-color: #462d65
}

.product-label-ultimas {
    background-color: #a21b21
}

.product-label-vendido {
    background-color: var(--color-dark)
}

.product-label-title {
    padding: 2px 10px
}

@media screen and (min-width:1174px) {
    .product-label-title {
        padding: 4px 10px
    }
}

.product-snippets {
    grid-template-rows: 40px;
    grid-template-columns: repeat(5, 1fr);
    justify-content: stretch;
    justify-items: stretch;
    gap: 7px;
    display: grid
}

@media screen and (min-width:1174px) {
    .product-snippets {
        grid-template-rows: 50px;
        gap: 8px
    }
}

.product-snippets-item {
    padding: 8px
}

.product-snippets img {
    max-height: 100%
}

.fancybox__thumbs.is-draggable {
    display: none
}

.register-field {
    background: var(--color-light);
    border: 1px solid var(--color-neutral-600);
    color: var(--color-neutral-600);
    height: 32px;
    text-align: left;
    width: 100%;
    border-radius: 0;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    display: block
}

.register label {
    margin-bottom: 5px;
    padding-left: 14px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.6
}

.register select {
    appearance: none;
    background-image: url(arrow-down-h.6fff8b50.svg);
    background-position: calc(100% - 10px);
    background-repeat: no-repeat;
    background-size: 10px;
    padding-right: 30px
}

.register textarea {
    resize: none;
    min-height: 120px;
    padding-top: 6px;
    overflow: hidden
}

.register input::-webkit-input-placeholder {
    color: var(--color-neutral-400)
}

.register input::-moz-placeholder {
    color: var(--color-neutral-400)
}

.register input:-ms-input-placeholder {
    color: var(--color-neutral-400)
}

.register input:-moz-placeholder {
    color: var(--color-neutral-400)
}

.register label {
    cursor: pointer
}

.blog-list {
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

@media screen and (max-width:1174px) {
    .blog-list {
        background-color: #f5f5f5;
        margin-bottom: 32px
    }
}

.blog-list>li {
    list-style: none
}

@media screen and (min-width:1174px) {
    .blog-list {
        width: calc(100% - 398px);
        margin-left: 18px
    }
}

.blog-list header {
    width: 100%;
    text-align: start;
    color: #94bc2f;
    font-size: 14px;
    font-weight: 700
}

.blog-list header.blog-posts {
    padding: 28px 30px 26px;
    font-size: 20px
}

@media screen and (max-width:1174px) {
    .blog-list header.blog-posts {
        display: none
    }
}

.blog-list header.-sm {
    padding: 13px 32px 27px
}

.blog-list header.-category {
    padding: 0;
    position: relative;
    display: block !important
}

@media screen and (max-width:1174px) {
    .blog-list header.-category {
        margin-top: 40px
    }
}

.blog-list header.-category .-top {
    background-color: #707070;
    align-items: center;
    padding: 12px 30px;
    display: flex
}

.blog-list header.-category .-top span {
    color: #fff;
    padding-right: 9px;
    font-size: 14px;
    font-weight: 700
}

.blog-list header.-category .-title {
    color: #94bc2f;
    padding: 33px 30px 25px;
    font-size: 14px;
    font-weight: 700
}

@media screen and (max-width:1174px) {
    .blog-list header.-category .-title {
        width: 100%;
        height: 40px;
        background-color: #f5f5f5;
        padding: 0;
        position: absolute;
        top: -40px;
        left: 0
    }
}

.blog-list header.-ebook .-title {
    font-size: 20px
}

.blog-list .-load-more {
    width: 100%;
    background-color: #f5f5f5;
    justify-content: center;
    padding: 20px 0 42px;
    display: flex
}

@media screen and (min-width:1174px) {
    .blog-list .-load-more {
        background-color: #fff;
        padding: 7px 0 55px
    }
}

.blog-list .-load-more.-even {
    height: 100%;
    align-items: center;
    padding: 20px 0
}

.blog-list .-load-more.-even>button {
    height: 57px
}

.blog-container {
    padding: 27px 8px 0
}

@media screen and (min-width:1174px) {
    .blog-container {
        padding: 56px 0 20px
    }

    .blog-container>.wrapper {
        flex-flow: row;
        justify-content: flex-end;
        display: flex
    }
}

.blog-ajx-load-more {
    color: #707070;
    background-color: #0000;
    border: 1px solid #707070;
    padding: 20px 36px;
    font-size: 16px;
    font-weight: 700;
    width: auto !important
}

@media screen and (min-width:1174px) {
    .blog-ajx-load-more {
        padding: 16px 56px;
        font-size: 20px
    }
}

@media screen and (max-width:1174px) {
    .blog-ajx-load-more {
        text-align: center
    }
}

.blog-ajx-load-more:hover {
    color: #fff;
    background-color: #707070
}

.-share>a:hover>svg>path#Caminho_543 {
    fill: #20539a
}

.-share>a:hover>svg>path#Caminho_545 {
    fill: #26bb38
}

.-share>a:hover>svg#Grupo_734 path {
    fill: #2b68ae
}

.blog-menu-home-link {
    width: 100%;
    background-color: #fff;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding: 16px 31px 0;
    display: flex
}

@media screen and (max-width:1174px) {
    .blog-menu-home-link {
        padding: 16px 18px 16px 31px
    }

    .blog-menu-home-link svg {
        margin-right: 8px;
        width: 16px !important;
        height: 16px !important
    }

    .blog-menu-home-link span {
        font-size: 12px !important
    }
}

.blog-menu-home-link svg {
    width: 24px;
    height: 24px
}

.blog-menu-home-link span {
    font-size: 14px
}

.blog-menu-home-link span b {
    color: #94bc2f
}

aside.blog-aside {
    width: 380px
}

@media screen and (max-width:1174px) {
    aside.blog-aside {
        display: none !important
    }
}

aside.blog-aside .-search-box {
    background-color: #fff;
    padding: 32px 28px
}

aside.blog-aside .-search-box form {
    width: 100%;
    height: 100%;
    position: relative
}

aside.blog-aside .-search-box form input {
    width: 100%;
    height: 47px;
    text-transform: capitalize;
    border: 1px solid #e0e0e0;
    padding: 15px;
    font-size: 14px
}

aside.blog-aside .-search-box form button {
    position: absolute;
    top: 12px;
    right: 15px
}

aside.blog-aside .-search-box .-terms {
    width: 100%;
    height: 17px;
    flex-flow: row;
    justify-content: flex-start;
    margin-top: 4px;
    margin-bottom: -17px;
    display: flex
}

aside.blog-aside .-search-box .-terms .-item {
    height: 100%;
    background-color: #707070;
    justify-content: flex-start;
    align-items: center;
    display: inline-flex;
    position: relative
}

aside.blog-aside .-search-box .-terms .-item .-symbol {
    padding: 5px 8px
}

aside.blog-aside .-search-box .-terms .-item span {
    color: #fff;
    padding-right: 8px;
    font-size: 10px
}

aside.blog-aside .-menu {
    width: 100%;
    background-color: #94bc2f;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 35px;
    display: flex;
    position: relative
}

aside.blog-aside .-menu>svg {
    cursor: pointer;
    margin-top: 8px
}

aside.blog-aside .-menu .-txt {
    cursor: pointer;
    flex-flow: column;
    display: flex
}

aside.blog-aside .-menu .-txt h5 {
    color: #fff;
    font-size: 10px
}

aside.blog-aside .-menu .-txt h4 {
    color: #fff;
    margin-top: -6px;
    font-size: 20px;
    font-weight: 700
}

aside.blog-aside .-menu .-options {
    z-index: 3;
    width: 261px;
    background-color: #fff;
    display: none;
    position: absolute;
    top: -12px;
    right: -261px
}

@media screen and (max-width:1174px) {
    aside.blog-aside .-menu .-options {
        display: none !important
    }
}

aside.blog-aside .-menu .-options .-opt,
aside.blog-aside .-menu .-options .-sub-opt {
    width: 100%;
    height: 52px;
    color: #4b4d51;
    cursor: pointer;
    border-bottom: 1px solid #e0e0e0;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding: 18px 18px 18px 27px;
    font-size: 14px;
    display: flex
}

aside.blog-aside .-menu .-options .-opt:hover,
aside.blog-aside .-menu .-options .-sub-opt:hover {
    color: #94bc2f
}

aside.blog-aside .-menu .-options .-opt:hover.-has-children path,
aside.blog-aside .-menu .-options .-sub-opt:hover.-has-children path {
    fill: #94bc2f
}

aside.blog-aside .-menu .-options .-opt.-has-children {
    position: relative
}

aside.blog-aside .-menu .-options .-opt.-has-children>a {
    padding-left: 0
}

aside.blog-aside .-menu .-options .-opt.-has-children:hover .-sub-opt-container {
    display: block !important
}

aside.blog-aside .-menu .-options .-opt.-has-children .-sub-opt-container {
    width: 261px;
    background-color: #fff;
    flex-flow: column;
    display: flex;
    position: absolute;
    top: 0;
    right: -261px;
    display: none !important
}

aside.blog-aside .-menu:hover+.-shade,
aside.blog-aside .-menu:hover .-options {
    display: block
}

aside.blog-aside .-shade {
    z-index: 1;
    width: 100vw;
    height: 100vh;
    background-color: #00000080;
    display: none;
    position: fixed;
    top: 0;
    left: 0
}

aside.blog-aside>* {
    z-index: 2;
    position: relative
}

.form-blog-newsletter {
    color: #fff;
    width: 100%;
    background-color: #707070;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 27px 31px;
    display: flex
}

@media screen and (min-width:1174px) {
    .form-blog-newsletter {
        padding: 35px 10px
    }
}

@media screen and (max-width:1174px) {
    .form-blog-newsletter {
        width: 100vw;
        margin: 0 -27px
    }
}

.form-blog-newsletter.-finished .-finished-content {
    width: 100%;
    flex-flow: column;
    align-items: center;
    display: flex
}

@media screen and (min-width:1174px) {
    .form-blog-newsletter.-finished .-finished-content {
        width: 360px !important
    }
}

.form-blog-newsletter.-finished .-finished-content h5 {
    margin: 26px 0 14px;
    font-size: 20px;
    font-weight: 700
}

.form-blog-newsletter.-finished .-finished-content p {
    text-align: center;
    font-size: 14px
}

.form-blog-newsletter.-finished .-finished-content button {
    margin-top: 46px
}

.form-blog-newsletter.-finished>:not(.-finished-content),
.form-blog-newsletter .-finished-content {
    display: none
}

.form-blog-newsletter .-info {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 32px;
    padding: 0 10px;
    display: flex
}

.form-blog-newsletter .-info h5 {
    margin-left: 14px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px
}

.form-blog-newsletter>input {
    background-color: #0000;
    border: 1px solid #fff;
    margin-bottom: 4px;
    padding: 8px 16px;
    color: #fff !important
}

.form-blog-newsletter>input::placeholder {
    color: #fff;
    opacity: .9
}

.form-blog-newsletter .consent-box {
    width: 100%;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin: 24px 0 28px 12px;
    display: flex
}

@media screen and (min-width:1174px) {
    .form-blog-newsletter .consent-box {
        height: 28px
    }
}

.form-blog-newsletter .consent-box>input {
    background-color: #fff;
    border: none;
    width: 37px !important;
    height: 37px !important
}

@media screen and (min-width:1174px) {
    .form-blog-newsletter .consent-box>input {
        width: 17px !important;
        height: 17px !important
    }
}

.form-blog-newsletter .consent-box span {
    font-size: 14px
}

.form-blog-newsletter button {
    color: #707070;
    background-color: #fff
}

@media screen and (min-width:1174px) {
    .form-blog-newsletter button {
        height: 57px
    }
}

li.blog-list-item {
    width: 100%;
    flex-flow: wrap;
    padding: 0 27px 18px;
    display: flex
}

@media screen and (min-width:1174px) {
    li.blog-list-item {
        padding: 0 32px 30px
    }
}

@media screen and (max-width:1174px) {
    li.blog-list-item {
        background-color: #fff;
        margin-bottom: 20px
    }
}

li.blog-list-item:not(:first-child) {
    border-top: 1px solid #e0e0e0;
    padding-top: 8px
}

@media screen and (max-width:1174px) {
    li.blog-list-item:not(:first-child) {
        border: 1px solid #e0e0e0;
        padding-top: 0
    }
}

@media screen and (max-width:1174px) {
    li.blog-list-item {
        border: 1px solid #e0e0e0;
        justify-content: space-between;
        padding-top: 0
    }

    li.blog-list-item .-img {
        order: 1
    }

    li.blog-list-item .-post-date {
        order: 2
    }

    li.blog-list-item h3 {
        order: 3
    }

    li.blog-list-item a.button.button-outline-light {
        order: 4;
        width: 182px !important
    }
}

@media screen and (max-width:1174px) and (max-width:370px) {
    li.blog-list-item a.button.button-outline-light {
        width: 162px !important
    }
}

@media screen and (max-width:1174px) {
    li.blog-list-item .-share {
        order: 5;
        align-self: center;
        transform: scale(1.25)
    }
}

@media screen and (min-width:1174px) {
    li.blog-list-item.-sm {
        border-bottom: 1px solid #e0e0e0
    }

    li.blog-list-item.-sm .-post-date {
        order: 1
    }

    li.blog-list-item.-sm .-share {
        order: 2
    }

    li.blog-list-item.-sm .-img {
        height: auto;
        order: 3;
        margin: 0;
        background-image: none !important
    }

    li.blog-list-item.-sm .-img .-tag {
        padding: 0 9px;
        display: inline-flex;
        position: relative
    }

    li.blog-list-item.-sm h3 {
        order: 4
    }

    li.blog-list-item.-sm p {
        display: none
    }

    li.blog-list-item.-sm a.button {
        order: 5
    }
}

li.blog-list-item .-img {
    height: 166px;
    width: calc(100% + 54px);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 -27px 15px;
    position: relative
}

@media screen and (min-width:1174px) {
    li.blog-list-item .-img {
        height: 372px;
        width: calc(100% + 64px);
        margin: 0 -32px 12px
    }
}

li.blog-list-item .-img .-tag {
    height: 26px;
    color: #fff;
    text-transform: uppercase;
    background-color: #000000bf;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 27px;
    padding-right: 8px;
    font-size: 6px;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0
}

@media screen and (min-width:1174px) {
    li.blog-list-item .-img .-tag {
        padding-left: 32px;
        padding-right: 20px;
        font-size: 10px
    }
}

li.blog-list-item .-post-date {
    height: 23px;
    width: 100%;
    font-size: 12px
}

@media screen and (min-width:1174px) {
    li.blog-list-item .-post-date {
        width: 166px;
        font-size: 10px
    }
}

li.blog-list-item .-share {
    flex-flow: row;
    align-items: flex-start;
    display: flex
}

li.blog-list-item .-share span {
    padding-right: 3px;
    font-size: 10px
}

@media screen and (max-width:1174px) {
    li.blog-list-item .-share span {
        display: none
    }
}

li.blog-list-item .-share a {
    padding: 0 5px
}

li.blog-list-item h3 {
    width: 100%;
    margin: 18px 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px
}

@media screen and (max-width:1174px) {
    li.blog-list-item h3 {
        margin: 13px 0 31px
    }
}

li.blog-list-item p {
    width: 100%;
    margin: 6px 0 20px;
    font-size: 14px
}

@media screen and (max-width:1174px) {
    li.blog-list-item p {
        display: none
    }
}

li.blog-list-item a.button {
    color: #94bc2f;
    height: 31px;
    border: 1px solid #94bc2f;
    font-size: 16px;
    padding: 0 !important
}

@media screen and (min-width:1174px) {
    li.blog-list-item a.button {
        width: 202px !important
    }
}

li.blog-list-item a.button:hover {
    color: #fff
}

li.blog-ebook-item {
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    flex-flow: wrap;
    padding: 0;
    display: flex
}

@media screen and (min-width:1174px) {
    li.blog-ebook-item {
        flex-wrap: nowrap;
        padding: 21px 42px 24px 0
    }
}

@media screen and (max-width:1174px) {
    li.blog-ebook-item {
        background-color: #fff;
        margin-bottom: 8px
    }

    li.blog-ebook-item .-info {
        padding: 15px 27px
    }

    li.blog-ebook-item .-info .-post-date {
        order: 1
    }

    li.blog-ebook-item .-info h3 {
        order: 2
    }

    li.blog-ebook-item .-info a {
        order: 3
    }

    li.blog-ebook-item .-info .-share {
        order: 4;
        align-self: center;
        transform: scale(1.25)
    }
}

li.blog-ebook-item .-img {
    height: 215px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

@media screen and (min-width:1174px) {
    li.blog-ebook-item .-img {
        width: 381px;
        margin-right: 21px
    }
}

li.blog-ebook-item .-info {
    flex-flow: wrap;
    justify-content: space-between;
    display: inline-flex
}

@media screen and (min-width:1174px) {
    li.blog-ebook-item .-info {
        width: calc(100% - 402px);
        height: 100%;
        min-height: 215px
    }
}

li.blog-ebook-item .-info .-post-date {
    height: 23px;
    width: 100%;
    font-size: 12px
}

@media screen and (min-width:1174px) {
    li.blog-ebook-item .-info .-post-date {
        width: 166px;
        font-size: 10px
    }
}

li.blog-ebook-item .-info .-share {
    flex-flow: row;
    align-items: flex-start;
    display: inline-flex
}

li.blog-ebook-item .-info .-share span {
    padding-right: 3px;
    font-size: 10px
}

@media screen and (max-width:1174px) {
    li.blog-ebook-item .-info .-share span {
        display: none
    }
}

li.blog-ebook-item .-info .-share a {
    padding: 0 5px
}

li.blog-ebook-item .-info h3 {
    width: 100%;
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px
}

@media screen and (max-width:1174px) {
    li.blog-ebook-item .-info h3 {
        margin: 13px 0 31px
    }
}

li.blog-ebook-item .-info a.button {
    color: #94bc2f;
    height: 31px;
    border: 1px solid #94bc2f;
    align-self: flex-end;
    font-size: 16px;
    width: 202px !important;
    padding: 0 !important
}

@media screen and (max-width:1174px) {
    li.blog-ebook-item .-info a.button {
        width: 182px !important
    }
}

@media screen and (max-width:370px) {
    li.blog-ebook-item .-info a.button {
        width: 162px !important
    }
}

li.blog-ebook-item .-info a.button:hover {
    color: #fff
}

.blog-content {
    background-color: #fff;
    padding: 0 28px
}

@media screen and (min-width:1174px) {
    .blog-content {
        width: 776px;
        margin-left: 19px;
        padding: 0 32px
    }
}

@media screen and (max-width:1174px) {
    .blog-content {
        width: 100vw;
        margin: 0 -17px 0 -27px
    }
}

.blog-content .form-blog-newsletter {
    margin: 0 -28px !important
}

.blog-content header.-bp-header {
    width: 100%;
    text-align: start;
    color: #94bc2f;
    padding: 36px 0 22px;
    font-size: 14px;
    font-weight: 700
}

.blog-content h2.bp-h2 {
    margin-top: 0;
    margin-bottom: 36px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px
}

@media screen and (min-width:1174px) {
    .blog-content h2.bp-h2 {
        margin-bottom: 24px;
        font-size: 24px
    }
}

.blog-content .-info {
    width: 100%;
    flex-flow: row;
    justify-content: space-between;
    display: flex
}

@media screen and (min-width:1174px) {
    .blog-content .-info {
        justify-content: flex-start
    }
}

@media screen and (max-width:1174px) {
    .blog-content .-info {
        margin-bottom: 16px
    }

    .blog-content .-info .-share {
        transform: scale(1.25)
    }
}

.blog-content .-info .-post-date {
    height: 23px;
    width: 100%;
    font-size: 12px
}

@media screen and (min-width:1174px) {
    .blog-content .-info .-post-date {
        width: 190px;
        padding-right: 57px;
        font-size: 10px
    }
}

.blog-content .-info .-share {
    flex-flow: row;
    align-items: flex-start;
    display: flex
}

.blog-content .-info .-share span {
    padding-right: 3px;
    font-size: 10px
}

@media screen and (max-width:1174px) {
    .blog-content .-info .-share span {
        display: none
    }
}

.blog-content .-info .-share a {
    padding: 0 5px
}

.blog-content .-cover-img {
    width: calc(100% + 56px);
    margin: 0 -28px 21px
}

@media screen and (min-width:1174px) {
    .blog-content .-cover-img {
        width: calc(100% + 64px);
        margin: 0 -32px 28px
    }
}

.blog-content .-cover-img img {
    width: 100%
}

.blog-content .-social {
    background-color: #94bc2f;
    flex-flow: column;
    justify-content: space-between;
    padding: 0;
    display: flex
}

@media screen and (min-width:1174px) {
    .blog-content .-social {
        margin: 167px -32px 41px;
        padding: 51px 0 57px 56px
    }
}

@media screen and (max-width:1174px) {
    .blog-content .-social {
        width: 100vw;
        margin: 0 -28px;
        padding: 48px 58px 12px
    }
}

.blog-content .-social h3 {
    color: #fff;
    width: 100%;
    margin: 0 0 67px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px
}

@media screen and (min-width:1174px) {
    .blog-content .-social h3 {
        width: 420px;
        margin: 0 0 33px;
        font-size: 25px
    }
}

.blog-content .-social .-symbols {
    flex-flow: wrap;
    justify-content: space-between;
    display: flex
}

@media screen and (min-width:1174px) {
    .blog-content .-social .-symbols {
        flex-wrap: nowrap;
        align-items: center
    }
}

@media screen and (max-width:1174px) {
    .blog-content .-social .-symbols {
        width: 242px;
        justify-content: space-between;
        margin-bottom: 32px
    }
}

@media screen and (min-width:1174px) {
    .blog-content .-social .-symbols a svg {
        opacity: .5
    }
}

@media screen and (max-width:1174px) {
    .blog-content .-social .-symbols a {
        width: 52px;
        margin-bottom: 32px
    }

    .blog-content .-social .-symbols a svg {
        margin: 0 auto
    }
}

.blog-content .-social .-symbols a:hover svg {
    opacity: 1
}

.blog-content .-social .-symbols .-flex-break {
    width: 100%;
    height: 0
}

@media screen and (min-width:1174px) {
    .blog-content .-social .-symbols .-flex-break {
        display: none
    }
}

.blog-mobile-menu {
    z-index: 3;
    display: none;
    position: fixed
}

.blog-mobile-menu:before {
    content: "";
    z-index: 0;
    width: 100vw;
    height: 100vh;
    background-color: #00000080;
    position: absolute;
    top: -84px;
    left: 0
}

.blog-mobile-menu[data-is-open=true] {
    display: block
}

.blog-mobile-menu .-container {
    z-index: 2;
    width: 307px;
    height: 100vh;
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    margin-top: -84px;
    display: flex;
    position: relative
}

.blog-mobile-menu .-container .-top {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding: 38px 34px 24px;
    display: flex
}

.blog-mobile-menu .-container ul li {
    border-bottom: 1px solid #e0e0e0;
    padding: 18px 31px;
    font-size: 14px
}

.blog-mobile-menu .-container ul li>a,
.blog-mobile-menu .-container ul li span {
    width: 100%
}

.blog-mobile-menu .-container ul li.-has-children {
    z-index: inherit;
    position: relative
}

.blog-mobile-menu .-container ul li.-has-children:after {
    content: "";
    z-index: 10;
    height: 11px;
    width: 18px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNi45MjQiIGhlaWdodD0iMTAuNDY0IiB2aWV3Qm94PSIwIDAgMTYuOTI0IDEwLjQ2NCI+DQogIDxwYXRoIGlkPSJDYW1pbmhvXzU5NyIgZGF0YS1uYW1lPSJDYW1pbmhvIDU5NyIgZD0iTTguMzI0LDE2LjkyNCwwLDguNiw4LjYsMGwxLjg2NCwxLjg2NEwzLjcyOCw4LjZsNi40Niw2LjQ2WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAxMC40NjQpIHJvdGF0ZSgtOTApIiBmaWxsPSIjNzA3MDcwIi8+DQo8L3N2Zz4NCg==);
    position: absolute;
    top: 24px;
    right: 18px
}

.blog-mobile-menu .-container ul li.-has-children .-children {
    display: none
}

.blog-mobile-menu .-container ul li.-has-children .-children[data-is-open=true] {
    display: block
}

.blog-mobile-menu .-container ul li.-has-children .-children li {
    border-bottom: none
}

.-blog-mobile-search {
    padding: 50px 26px 16px;
    display: none;
    position: relative
}

.-blog-mobile-search[data-is-open=true] {
    display: block
}

.-blog-mobile-search input {
    width: 100%;
    height: 47px;
    background-color: #fff;
    border: 1px solid #e0e0e0
}

.-blog-mobile-search button {
    position: absolute;
    bottom: 27px;
    right: 40px
}

/*# sourceMappingURL=main.css.map */